home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / misc / MPackMUI.lha / MPackMUI / Source / MPack.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-07-27  |  989 b   |  45 lines

  1. // --------------------------------------------------------------------------------------------------------------
  2. //
  3. //   MPackMUI V1.01 MPack Header
  4. //
  5. // --------------------------------------------------------------------------------------------------------------
  6.  
  7. #include <dos/dos.h>
  8. #include <exec/types.h>
  9. #include <libraries/mui.h>
  10.  
  11. #include <clib/alib_protos.h>
  12. #include <proto/dos.h>
  13. #include <proto/intuition.h>
  14.  
  15. #include <ctype.h>
  16. #include <stdio.h>
  17. #include <string.h>
  18.  
  19. #include "Enum.h"
  20.  
  21. // --------------------------------------------------------------------------------------------------------------
  22.  
  23. // Internal Prototypes
  24.  
  25. void Encode2File();
  26. void Decode2File();
  27.  
  28. // External Prototypes
  29.  
  30. void CleanUp();
  31. void DoEasyReq(char *);
  32.  
  33. // GUI stuff
  34.  
  35. extern Object *Gadgets[];
  36. extern Object *Windows[];
  37.  
  38. // Miscellaneous
  39.  
  40. extern char *MIMETypes[];
  41.  
  42. // --------------------------------------------------------------------------------------------------------------
  43.  
  44. // End Of Text
  45.